翻訳と辞書
Words near each other
・ Label (control)
・ Label (disambiguation)
・ Label (heraldry)
・ Label (Mac OS)
・ Label (philately)
・ Label (sociology)
・ Label 228
・ Label 73
・ Label dispenser
・ Label Distribution Protocol
・ Label Fandango
・ Label Information Base
・ Label language
・ Label printer
・ Label printer applicator
Label Propagation Algorithm
・ Label Rouge
・ Label switching
・ Label This!
・ Label-free quantification
・ Labelas Enoreth
・ Labeled magnitude scale
・ Labeled Security Protection Profile
・ LabelFlash
・ Labeling (disambiguation)
・ Labeling of fertilizer
・ Labeling theory
・ Labelle
・ Labelle (album)
・ Labelle (disambiguation)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Label Propagation Algorithm : ウィキペディア英語版
Label Propagation Algorithm

Within complex networks, real networks tend to have community structure. Label propagation is an algorithm 〔U.N.Raghavan – R. Albert – S. Kumara ("Near linear time algorithm to detect community structures in large-scale networks" ), 2007〕 for finding communities. In comparison with other algorithms〔M. E. J. Newman, ("Detecting community structure in networks" ), 2004〕 label propagation has advantage in its running time, amount of a priori information needed about the network structure (no parameter is required to be known beforehand). Disadvantage is that it produces no unique solution, but an aggregate of many solutions.
==Functioning of the Algorithm==

At initial condition, nodes carry a label that denotes the community they belong. Belonging to a community changes, based on the labels that the neighboring nodes possess. This change is subject to the maximum number of labels within one degree of the nodes. Every node is initialized with a unique label then the labels diffuse through the network. Consequently, densely connected groups reach a common label quickly. When many such dense (consensus) groups are created throughout the network, they continue to expand outwards until it is possible to do so.〔
The process in 5 steps:〔
1. Initialize the labels at all nodes in the network. For a given node x, Cx (0) = x.
2. Set t = 1.
3. Arrange the nodes in the network in a random order and set it to X.
4. For each x ∈ X chosen in that specific order, let Cx(t) = f(Cxi1(t), ...,Cxim(t),Cxi(m+1) (t − 1), ...,Cxik (t − 1)). f here returns the label occurring with the highest frequency among neighbours.
5. If every node has a label that the maximum number of their neighbours have, then stop the algorithm. Else, set t = t + 1 and go to (3).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Label Propagation Algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.